home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / em / emcal.exe / {app} / emcalc.exe / 0 / RCDATA / TGRAFFORM / TGRAFFORM.txt
Encoding:
Text File  |  2004-01-13  |  1.7 KB  |  93 lines

  1. object GrafForm: TGrafForm
  2.   Left = 317
  3.   Top = 212
  4.   HelpContext = 33
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'K∩┐╜ivky dan∩┐╜ parametrick∩┐╜mi rovnicemi'
  8.   ClientHeight = 179
  9.   ClientWidth = 312
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnActivate = FormActivate
  20.   OnCreate = FormCreate
  21.   OnKeyPress = FormKeyPress
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object OsaXLabel: TLabel
  25.     Left = 8
  26.     Top = 133
  27.     Width = 30
  28.     Height = 13
  29.     Caption = 'Osa x:'
  30.   end
  31.   object RovniceLabel: TLabel
  32.     Left = 8
  33.     Top = 115
  34.     Width = 135
  35.     Height = 13
  36.     Caption = 'Parametrick∩┐╜ rovnice k∩┐╜ivky:'
  37.   end
  38.   object OsaYLabel: TLabel
  39.     Left = 8
  40.     Top = 153
  41.     Width = 30
  42.     Height = 13
  43.     Caption = 'Osa y:'
  44.   end
  45.   object KrivkaListBox: TListBox
  46.     Left = 8
  47.     Top = 8
  48.     Width = 217
  49.     Height = 100
  50.     ItemHeight = 13
  51.     TabOrder = 0
  52.     OnClick = KrivkaListBoxClick
  53.   end
  54.   object OkButton: TButton
  55.     Left = 236
  56.     Top = 49
  57.     Width = 67
  58.     Height = 25
  59.     Caption = '&OK'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 1
  63.     OnClick = OkButtonClick
  64.   end
  65.   object xST: TStaticText
  66.     Left = 48
  67.     Top = 132
  68.     Width = 256
  69.     Height = 17
  70.     AutoSize = False
  71.     BorderStyle = sbsSunken
  72.     TabOrder = 2
  73.   end
  74.   object yST: TStaticText
  75.     Left = 48
  76.     Top = 152
  77.     Width = 256
  78.     Height = 17
  79.     AutoSize = False
  80.     BorderStyle = sbsSunken
  81.     TabOrder = 3
  82.   end
  83.   object ZrusitButton: TButton
  84.     Left = 236
  85.     Top = 83
  86.     Width = 67
  87.     Height = 25
  88.     Caption = '&Zru∩┐╜it'
  89.     ModalResult = 2
  90.     TabOrder = 4
  91.   end
  92. end
  93.